type vendor/golang.org/x/net/idna.options
17 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L57: type Option func(*options)
idna10.0.0.go#L65: return func(o *options) { o.transitional = transitional }
idna10.0.0.go#L73: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L79: return func(o *options) { o.removeLeadingDots = remove }
idna10.0.0.go#L88: return func(o *options) {
idna10.0.0.go#L111: return func(o *options) { o.checkHyphens = enable }
idna10.0.0.go#L119: return func(o *options) {
idna10.0.0.go#L136: return func(o *options) { o.useSTD3Rules = use }
idna10.0.0.go#L147: return func(o *options) { o.bidirule = bidirule.ValidString }
idna10.0.0.go#L153: return func(o *options) {
idna10.0.0.go#L171: return func(o *options) {
idna10.0.0.go#L178: type options struct {
idna10.0.0.go#L202: options
idna10.0.0.go#L205: func apply(o *options, opts []Option) {
idna10.0.0.go#L286: lookup = &Profile{options{
idna10.0.0.go#L296: display = &Profile{options{
idna10.0.0.go#L305: registration = &Profile{options{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |